.. _`Set Parameters`: .. _`org.sysess.sympathy.machinelearning.set_parameters`: Set Parameters ============== .. image:: set_params.svg :width: 48 Sets the model hyper parameters based on table data **Documentation** Sets the model hyper parameters based on table data *Configuration*: - *copy_through* Keeps the model parameters that are not overwritten by the inputtable. Otherwise default values are used. *Input ports*: **in-model** : model Input model **parameters** : table Parameters *Output ports*: **out-model** : model Output model **Definition** *Input ports* :in-model: model Input model :parameters: table Parameters *Output ports* :out-model: model Output model .. automodule:: node_parameters .. class:: SetParameters